JMGetRuntimeInstance
Returns the currentJRIRuntimeInstance
data structure.
struct JRIRuntimeInstance* JMGetRuntimeInstance (JMSessionRef session);
session
- The current session.
- function result
- A pointer to the
JRIRuntimeInstance
data structure.DISCUSSION
TheJMGetRuntimeInstance
function allows you to get information about the current Java Runtime Interface (JRI). The data structureJRIRuntimeInstance
is defined in the header fileJRI.h
.SEE ALSO
Documentation for the Java Runtime Interface athttp://developer.netscape.com/